Visual Basic (Declaration) | |
---|---|
Public Overridable ReadOnly Property Values As ICollection(Of TValue) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ThreadSafeDictionary(Of TKey,TValue) Dim value As ICollection(Of TValue) value = instance.Values |
C# | |
---|---|
public virtual ICollection<TValue> Values {get;} |
C++/CLI | |
---|---|
public: virtual property ICollection<TValue^>^ Values { ICollection<TValue^>^ get(); } |
Property Value
An ICollection containing the values in the object that implements IDictionary.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7